home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11632 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  989 b 

  1. Path: news.infinet.com!cedwards
  2. From: cedwards@infinet.com (Chad Edwards)
  3. Newsgroups: comp.lang.c++
  4. Subject: BC++45 Class Question
  5. Date: 15 Mar 1996 15:20:08 GMT
  6. Organization: InfiNet
  7. Message-ID: <4ic1r8$r1c@news1.infinet.com>
  8. NNTP-Posting-Host: 206.103.240.10
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12.  
  13.  
  14. I have a function which looks like this:
  15.  
  16. void 
  17. TDrawView::CmAdd() {
  18.   blah;
  19.   blah;
  20.   blah;
  21. }
  22.  
  23. TDrawView is of TFileView.
  24. What I want to do, is set the dirty flag to true when this function is 
  25. executed. However, the SetDirty function is of another class.
  26.  
  27. Is there a way to do this?
  28.  --
  29.  
  30.  
  31. ______________________________________________________________________________
  32. A SIG? What the heck is a Sig? Something you smoke?
  33. http://www.infinet.com/~cedwards 
  34.  
  35. Home of:
  36.  
  37.   ****   ****      *     *
  38.  *      *    *   *   *   * 
  39.  *      *    *   * * *   * 
  40.   ****   ****   *     *  *****
  41. Columbus Ohio APBA League
  42. _______________________________________________________________________________
  43.  
  44.